home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoo Guides: Life in the Desert
/
Zoo Guides - Life in the Desert.iso
/
pc
/
lfnthdsr
/
chapters
/
shared.dir
/
00337_Script_337
< prev
next >
Wrap
Text File
|
1995-05-08
|
2KB
|
127 lines
--
on gothere1
if the frame > 20 then
if the frame < 60 then
put the castnum of sprite 15 into hh
set the controller of cast hh to 0
if the frame < 40 then
go the frame - 22
else
go the frame - 40
end if
else
go the frame - 59
end if
end if
put the mouseh into h1
put the mousev into v1
puppetsprite 18, true
if h1 > 577 THEN
IF v1 > 333 then
set the castnum of sprite 18 to 399
updatestage
go movie "Plants.dir"
puppetsprite 18, true
set the castnum of sprite 18 to 431
puppetsprite 18, false
updatestage
exit
END IF
IF v1 > 281 THEN
set the castnum of sprite 18 to 398
updatestage
go movie "Mammals.dir"
puppetsprite 18, true
set the castnum of sprite 18 to 430
puppetsprite 18, false
updatestage
exit
END IF
IF v1 > 231 THEN
set the castnum of sprite 18 to 397
updatestage
go movie "Birds.dir"
puppetsprite 18, true
set the castnum of sprite 18 to 429
puppetsprite 18, false
updatestage
exit
END IF
IF v1 > 180 THEN
set the castnum of sprite 18 to 396
updatestage
go movie "Reptiles.dir"
puppetsprite 18, true
set the castnum of sprite 18 to 428
puppetsprite 18, false
updatestage
exit
END IF
IF v1 > 130 THEN
set the castnum of sprite 18 to 395
updatestage
go movie "Fish.dir"
puppetsprite 18, true
set the castnum of sprite 18 to 427
puppetsprite 18, false
updatestage
exit
END IF
IF v1 > 77 THEN
set the castnum of sprite 18 to 394
updatestage
go movie "Lower.dir"
puppetsprite 18, true
set the castnum of sprite 18 to 426
puppetsprite 18, false
updatestage
exit
END IF
END IF
END IF
END IF